(':backdrop', '-unchecked-backdrop'),
(':backdrop:insensitive', '-unchecked-backdrop-insensitive'),
(':inconsistent', '-mixed'),
+ (':inconsistent:hover', '-mixed-hover'),
(':inconsistent:selected', '-mixed-active'),
(':inconsistent:backdrop', '-mixed-backdrop'),
(':inconsistent:insensitive', '-mixed-insensitive'),
background-repeat: no-repeat;
background-position: center; }
+.check:inconsistent:hover {
+ background-image: -gtk-scaled(url("assets/checkbox-mixed-hover-dark.png"), url("assets/checkbox-mixed-hover-dark@2.png"));
+ background-repeat: no-repeat;
+ background-position: center; }
+
.check:inconsistent:selected {
background-image: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png"));
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: center; }
+.radio:inconsistent:hover {
+ background-image: -gtk-scaled(url("assets/radio-mixed-hover-dark.png"), url("assets/radio-mixed-hover-dark@2.png"));
+ background-repeat: no-repeat;
+ background-position: center; }
+
.radio:inconsistent:selected {
background-image: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png"));
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: center; }
+.check:inconsistent:hover {
+ background-image: -gtk-scaled(url("assets/checkbox-mixed-hover.png"), url("assets/checkbox-mixed-hover@2.png"));
+ background-repeat: no-repeat;
+ background-position: center; }
+
.check:inconsistent:selected {
background-image: -gtk-scaled(url("assets/checkbox-mixed-active.png"), url("assets/checkbox-mixed-active@2.png"));
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: center; }
+.radio:inconsistent:hover {
+ background-image: -gtk-scaled(url("assets/radio-mixed-hover.png"), url("assets/radio-mixed-hover@2.png"));
+ background-repeat: no-repeat;
+ background-position: center; }
+
.radio:inconsistent:selected {
background-image: -gtk-scaled(url("assets/radio-mixed-active.png"), url("assets/radio-mixed-active@2.png"));
background-repeat: no-repeat;